home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
hypercar
/
xcmd
/
macintal.sit
/
MacinTalk Stack
/
card_7244.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-05-27
|
277 b
|
15 lines
-- card: 7244 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4999
-- name: Error
----- HyperTalk script -----
on openCard
global TheError
if "XPRC" is in TheError then
put "The XPRC Globals is missing"
else
put TheError
end if
end openCard